Skip to content

Conversation

github-actions[bot]
Copy link
Contributor

⚠ NEVER add commits to this pull request.

🤖 This pull request was automatically created to facilitate human review of @webref/css changes triggered by curated data at 6a779f7.

🧐 Please review the diff below and version numbers. If all looks good, merge this pull request to release the changes to npm.

📦 Latest released @webref/css package was v6.19.0. Merging this pull request will release v6.19.1. Make sure that the bump is the right one for the changes.

✍ If any change needs to be made before release, do not add a commit to this pull request. Changes should rather be handled in a separate pull request and pushed to the main branch. You may leave this pull request open in the meantime, or close it. The pre-release job will automatically update this pull request or create a new one once the updates have made their way to the main branch.

🛈 The actual change introduced by this pull request is a version bump in packages/css/package.json. You do not need to review that change. The bumped version is not the version that will be released when this pull request is merged, but rather the version that will be released next time.

diff --ignore-trailing-space '--exclude=package.json' '--exclude=README.md' '--exclude=CHANGELOG.md' '--unified=3' webref/node_modules/@webref/css/css-transforms.json packages/css/css-transforms.json
--- webref/node_modules/@webref/css/css-transforms.json
+++ packages/css/css-transforms.json
@@ -90,7 +90,7 @@
     {
       "name": "transform-origin",
       "href": "https://drafts.csswg.org/css-transforms-1/#propdef-transform-origin",
-      "value": "[ left | center | right | top | bottom | <length-percentage> ] | [ left | center | right | <length-percentage> ] [ top | center | bottom | <length-percentage> ] <length>? | [[ center | left | right ] && [ center | top | bottom ]] <length>?",
+      "value": "[ left | center | right | top | bottom | <length-percentage> ] | [ left | center | right | <length-percentage> ] [ top | center | bottom | <length-percentage> ] <length>? | [ [ center | left | right ] && [ center | top | bottom ] ] <length>?",
       "initial": "50% 50%",
       "appliesTo": "transformable elements",
       "inherited": "no",

diff --ignore-trailing-space '--exclude=package.json' '--exclude=README.md' '--exclude=CHANGELOG.md' '--unified=3' webref/node_modules/@webref/css/css-ui.json packages/css/css-ui.json
--- webref/node_modules/@webref/css/css-ui.json
+++ packages/css/css-ui.json
@@ -595,6 +595,37 @@
       ]
     },
     {
+      "name": "interactivity",
+      "href": "https://drafts.csswg.org/css-ui-4/#propdef-interactivity",
+      "value": "auto | inert",
+      "initial": "auto",
+      "appliesTo": "all elements",
+      "inherited": "yes",
+      "percentages": "N/A",
+      "computedValue": "as specified",
+      "canonicalOrder": "per grammar",
+      "animationType": "discrete",
+      "values": [
+        {
+          "name": "auto",
+          "prose": "The element’s inertness is determined by the host language. (This will usually mean the element is not inert.)",
+          "href": "https://drafts.csswg.org/css-ui-4/#valdef-interactivity-auto",
+          "type": "value",
+          "value": "auto"
+        },
+        {
+          "name": "inert",
+          "prose": "The element is inert.",
+          "href": "https://drafts.csswg.org/css-ui-4/#valdef-interactivity-inert",
+          "type": "value",
+          "value": "inert"
+        }
+      ],
+      "styleDeclaration": [
+        "interactivity"
+      ]
+    },
+    {
       "name": "accent-color",
       "href": "https://drafts.csswg.org/css-ui-4/#propdef-accent-color",
       "value": "auto | <color>",

diff --ignore-trailing-space '--exclude=package.json' '--exclude=README.md' '--exclude=CHANGELOG.md' '--unified=3' webref/node_modules/@webref/css/selectors.json packages/css/selectors.json
--- webref/node_modules/@webref/css/selectors.json
+++ packages/css/selectors.json
@@ -113,7 +113,7 @@
     },
     {
       "name": ":current()",
-      "prose": "Its alternate form :current(), like :is(), takes a list of compound selectors as its argument: it represents the :current element that matches the argument or, if that does not match, the innermost ancestor of the :current element that does. (If neither the :current element nor its ancestors match the argument, then the selector does not represent anything.)",
+      "prose": "Its alternate form :current() takes a list of compound selectors as its argument: it represents the :current element that matches the argument or, if that does not match, the innermost ancestor of the :current element that does. (If neither the :current element nor its ancestors match the argument, then the selector does not represent anything.)",
       "href": "https://drafts.csswg.org/selectors-4/#selectordef-current"
     },
     {

@tidoust tidoust merged commit 14a1b3b into main Jan 30, 2025
@tidoust tidoust deleted the release-css-20250130133758149 branch January 30, 2025 13:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant